@import url(https://db.onlinewebfonts.com/c/0b7d8a39b62b28cf0cfe3cea90b8baa3?family=Gabriel+Weiss%27+Friends+Font);

body{
    background-color: black;
    font-family: "Gabriel Weiss' Friends Font";
    color: rgb(255, 255, 255);
}
#theme{
    display: none;
}

.lightheader{
    height: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.button{
    font-family: "Gabriel Weiss' Friends Font";
    height: 57px;
    width: 172px;
    margin-top: 70px;
    font-size: 1.3rem;
    border-radius: 127px;
    border: 8px solid white;
    background-color: white;
    color: black;
    text-align: center;
    transition: all 0.5s ease;
    margin-bottom: 160px;
}

.button:hover{
    width: 192px;
    height: 62px;
    background-color: black;
    border: 5px solid white;
    color: white;
}


.textBox{
    text-align: center;
    margin: auto;
    color: white;
    width: 100%;
    height: 90px;
    border: black 10px solid;
    margin-top: 10px;
    font-size: 4.9rem;
    line-height: 33px;
    margin-bottom: 120px;
}


.gridBox{
    margin: auto;
    margin-top: 230px;
    width: 75%;
    height: 570px;
    display: flex; 
    align-items:center;
    justify-content: space-between;
}
.navButton{
    font-size: 5.7rem;
    height: 100px;
    width: 70px;
    background-color: white;
    font-family: "Gabriel Weiss' Friends Font";
    border: none;
    border-radius: 30px;
    transition: all .4s ease;
}
.navButton:hover{
    font-size: 6rem;
    height: 110px;
    color: white;
    background-color: black;
    border: white 5px solid;

}
.memoryGrid{
    height: 100%;
    width: 83%;
    align-items: center;
    justify-content: space-between;
}
    

.gridRow{
    height: 42%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

.gridRow img{
    height: 100%;
    width: 250px;
    border-radius: 50%;
    border: white 13px solid;
    transition: all .4s ease;
}

.gridRow img:hover{
    height: 120%;
    width: 300px;
    border: white 13px solid;
}


.final{
    margin-bottom: 110px;
}
.era{
    text-align: center;
    font-size: 3.3rem;
}
   
.friendFrame{
    margin-top: 30px;
    margin: auto;
    height: 600px;
    width: 73%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.friendPic{
    height: 100%;
    width: 630px;
}

.friendPic img{
    height: 95%;
    width: 95%;
    border-radius: 50%;
    border: white 15px solid;
}


.textLayer{
    color: white;
    width: 51%;
    height: 390px;
}

.textLayer h1{
    font-size: 4.3rem;
}

.textLayer h4{
    font-size: 1.3rem;
}

